home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
init.http
< prev
next >
Wrap
Text File
|
1995-05-09
|
342b
|
15 lines
# Define return values
: ${OK=0} ${FAIL=1} ${STOP=10} ${HALT=11}
cd /
# install http service components
cat "http 80/tcp" >> /etc/services
cat "http stream tcp nowait nouser /usr/local/etc/httpd httpd" >>/etc/inetd.conf
# tell inetd to look at it's config file
pid=`ps -e|grep inet` ; set $pid ; kill -1 $1
exit $OK